Docker 없이 컨테이너 만들어보기
·74 자
목차
해당 목차는 발표 자료의 기본적인 내용을 담고 있습니다. 더 자세한 내용은 위의 PDF 를 참고해주세요.
Introduction #
- What is Docker
- Why Docker
chroot #
- What is chroot
- Breaking out chroot jail
File system #
- mount and root filesystem
- pivot_root
namespace #
- Mount namespace
- UTS namespace
- IPC namespace
- PID namespace
- cgroup namespace
- Network namespace
- USER namespace
Overlay Filesystem #
- Overlay Filesystem mount
- Container layout
Making own container #
- Let’s do it !